home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-08-28 | 1.0 KB | 56 lines | [TEXT/MPS ] |
- {
- File: PrintTraps.p
-
- Contains: xxx put contents here xxx
-
- Written by: xxx put writers here xxx
-
- Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
-
- *** Warning: This is an alpha version of the Interfaces for Cube-E.
- *** Things may change. Caveat Programmer.
-
-
- }
-
- {
- Created: Tuesday, August 2, 1988 at 9:06 AM
- PrintTraps.p
- Pascal Interface to the Macintosh Libraries
-
- Copyright Apple Computer, Inc. 1985-1988
- All rights reserved
- }
-
- {This file is provided to support existing references to it. The up to date interface is
- defined in Printing.p
- }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT PrintTraps;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED UsingPrintTraps}
- {$SETC UsingPrintTraps := 1}
-
- {$I+}
- {$SETC PrintTrapsIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
- {$IFC UNDEFINED UsingPrinting}
- {$I $$Shell(PInterfaces)Printing.p}
- {$ENDC}
- {$SETC UsingIncludes := PrintTrapsIncludes}
-
-
- {$ENDC} { UsingPrintTraps }
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-
-